Skip to content

address duplicate aesthetic listings in documentation, re #3618 #3657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 9, 2019
Merged

address duplicate aesthetic listings in documentation, re #3618 #3657

merged 2 commits into from
Dec 9, 2019

Conversation

carywreams
Copy link
Contributor

@carywreams carywreams commented Dec 5, 2019

Fix #3618

    in utilities-help.r::rd_aesthetics_item, split required
    aesthetics specified with pipe operator (e.g. "x|y")
    into separate items so that they may be excluded from
    the list of all aesthetics prior to rendering the
    documentation of parameters.

My thoughts on approach included in #3618 comments.
Also have concerns about results of testthat run, but results are identical to master branch.

    in utilities-help.r::rd_aesthetics_item, split required
    aesthetics specified with pipe operator (e.g. "x|y")
    into separate items so that they may be excluded from
    the list of all aesthetics prior to rendering the
    documentation of parameters.
@carywreams
Copy link
Contributor Author

Well, damn.
I'm off the map now.
Here, there be monsters.

lil help ?

Copy link
Member

@yutannihilation yutannihilation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Could you include "Fix #3618" in the description so that the issue will be closed automatically?

c.f. https://help.github.com/en/github/managing-your-work-on-github/closing-issues-using-keywords

@carywreams
Copy link
Contributor Author

carywreams commented Dec 6, 2019

Added to Pull request description.

Co-Authored-By: Hiroaki Yutani <yutani.ini@gmail.com>
@yutannihilation
Copy link
Member

Thanks, perfect! I'm merging this but will wait for a while for other comments.

@carywreams
Copy link
Contributor Author

Thanks.

When you have a moment, I'd like some more information on how to know whether to ignore the check failures that happened here -- or what I could have done to better prep it.

@yutannihilation
Copy link
Member

No worries, it's not your fault. In my rough understanding, codecov complains because this PR adds lines to the location where we don't have any unit tests. You can add tests to improve the test coverage, but I don't think it's worth doing for this documentation-only function.

@yutannihilation
Copy link
Member

Merging now. Thanks!

@yutannihilation yutannihilation merged commit 70a094e into tidyverse:master Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicated aesthetics on some documentations of Geom/Stat
2 participants